home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Technology Seed / ADC Seed CD - July 1999.toast / USB / Mac OS USB DDK v1.2 / Examples / USBSampleStorageDriver / StorageClassShim.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-15  |  618 b   |  25 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        StorageClassShim.h
  3.  
  4.     Contains:    Header file for the Storage Class Shim
  5.  
  6.     Version:    1.1
  7.  
  8.     Copyright:    © 1997-1999 by Apple Computer, Inc., all rights reserved.
  9.  
  10. */
  11. #ifndef __STORAGECLASSSHIM__
  12. #define __STORAGECLASSSHIM__
  13.  
  14. #include <CodeFragments.h>
  15. #include <USB.h>
  16.  
  17. // Prototypes for Code Fragment Manager Exports
  18. extern OSErr         CFragInitRoutine(CFragInitBlockPtr initBlkPtr);
  19.  
  20. // Prototypes for USB Manager/Expert Exports
  21. extern OSStatus     USBShim(void);
  22. extern void         USBShimTermination(void);
  23. extern void            myNotificationCallback (USBDeviceNotificationParameterBlock *pb);
  24.  
  25. #endif /* __STORAGECLASSSHIM__ */